@charset "UTF-8";
html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Puffy";
  src: url("fonts/Puffy.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("fonts/AkzidenzGroteskBQ-LigExt.woff2") format("woff2"), url("fonts/AkzidenzGroteskBQ-LigExt.woff") format("woff"), url("fonts/AkzidenzGroteskBQ-LigExt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*organisation général de la page avec les bloc principaux*/
body {
  font-family: "Roboto";
  background-color: rgb(239, 239, 239);
  /*background: linear-gradient(45deg, #f37646, #f3e946) center center no-repeat;*/
  /*min-height: 1000px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.navicon {
  background: #FFF url(right.svg) center center no-repeat;
  background-size: 30px 30px;
}

/* --------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Entête -----------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
.ImageEntete {
  height: 400px;
  box-shadow: 5px 5px 5px rgba(20, 20, 20, 0.9);
}

.ImageEnteteMobile {
  display: none;
}

.FondImageEntete {
  width: 100%;
  height: 400px;
  background-color: rgb(100, 98, 99);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.CoucheSupEntete {
  width: 100%;
  position: relative;
  top: -400px;
  display: flex;
  justify-content: space-between;
}

.AccrocheEntete {
  width: 640px;
  height: 400px;
  position: relative;
  left: calc(50% - 650px);
}

.PointVert {
  width: 12px;
  height: 12px;
  position: relative;
  top: 18px;
  left: 18px;
}

.TexteTitreAccroche {
  width: 100px;
  height: 70px;
  font-family: "Puffy";
  color: white;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
}

.AccrocheEntetePartieBasse {
  width: 300px;
  font-family: "Akzidenz-Grotesk BQ";
  color: white;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  border: 1px rgb(222, 222, 222) solid;
  box-shadow: 5px 5px 5px rgba(116, 116, 116, 0.9);
}

.AccrocheEntetePartieBasseMobile {
  width: 101px;
  font-family: "Akzidenz-Grotesk BQ";
  color: white;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  padding: 2px;
  border: 1px rgb(222, 222, 222) solid;
  box-shadow: 5px 5px 5px rgba(116, 116, 116, 0.9);
  display: none;
  position: relative;
  top: -170px;
  left: -135px;
}

nav {
  width: 500px;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
  z-index: 10;
}

.ElementNav {
  list-style-type: none;
  width: 100px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}

#BoutonCroc {
  list-style-type: none;
  width: 100px;
  text-align: center;
  height: 26px;
  line-height: 30px;
  background: linear-gradient(9deg, rgb(49, 135, 12), rgb(250, 247, 158));
  border-radius: 13px;
}

.LienNav {
  color: white;
  font-family: "Akzidenz-Grotesk BQ";
}

.BoutonCrocLien {
  color: black;
  font-family: "Puffy";
  text-decoration: none;
  width: 100px;
  height: 26px;
  line-height: 26px;
}

.Machoires {
  display: flex;
  width: 640px;
  position: relative;
  right: calc(50% - 850px);
}

#MachoiresMobile {
  display: none;
}

#MachoiresBoutons {
  width: 250px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(rgb(230, 230, 230), rgb(49, 135, 12) 90%);
}

.BoutonEntete {
  height: 120px;
  width: 120px;
  margin: 10px;
  text-decoration: none;
  color: black;
}

.BoutonEntete img {
  /* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
  -webkit-transition: all 0.1s ease; /* Safari et Chrome */
  -moz-transition: all 0.1s ease; /* Firefox */
  -ms-transition: all 0.1s ease; /* Internet Explorer 9 */
  -o-transition: all 0.1s ease; /* Opera */
  transition: all 0.1s ease;
}

.BoutonEntete:hover img {
  /* L'image est grossie de 25% */
  -webkit-transform: scale(1.1); /* Safari et Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* Internet Explorer 9 */
  -o-transform: scale(1.1); /* Opera */
  transform: scale(1.1);
}

.ImageBoutonEntete {
  height: 120px;
  width: 120px;
}

.TexteBoutonEntete {
  font-family: "Puffy";
  height: 120px;
  width: 120px;
  text-align: center;
  line-height: 20px;
  position: relative;
  top: -120px;
}

#MachoireBasse {
  position: relative;
  left: 80px;
  z-index: 10;
}

#MachoireHaute {
  position: relative;
  right: 80px;
  z-index: 11;
}

.AnimationMachoireBasse {
  animation: 1300ms;
  animation-name: AnimationMachoireBasse;
}

@keyframes AnimationMachoireBasse {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(80px) rotate(1deg);
  }
  50% {
    transform: translateX(80px) rotate(1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.AnimationMachoireHaute {
  animation: 1300ms;
  animation-name: AnimationMachoireHaute;
}

@keyframes AnimationMachoireHaute {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(-90px) rotate(-5deg);
  }
  50% {
    transform: translateX(-90px) rotate(-5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.AnimationZoneVerte {
  animation: 1300ms;
  animation-name: AnimationZoneVerte;
}

@keyframes AnimationZoneVerte {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#BoutonCrocoAnime, #BoutonCrocoAnimeMW {
  list-style-type: none;
  width: 100px;
  text-align: center;
  height: 26px;
  border-radius: 13px;
  color: black;
  font-family: "Puffy";
  text-decoration: none;
  line-height: 26px;
  Margin: 10px 50px;
  display: inline-block;
}

.EncartBoutonCrocoAnime {
  width: 100%;
}

.EncartBoutonCrocoAnimeMW {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.BoutonCrocoAnimePasBloque {
  background: linear-gradient(9deg, rgb(49, 135, 12), rgb(250, 247, 158));
}

.BoutonCrocoAnimeBloque {
  background-color: rgb(111, 111, 111);
}

.ConteneurCrocoEtSeparateur {
  display: flex;
}

.CrocoAnime {
  width: 100px;
  height: 100px;
  position: relative;
  left: -110px;
  top: 11px;
}

.CrocoAnimeMobile {
  display: none;
}

.CrocoCorps {
  width: 100px;
  height: 100px;
  position: relative;
  top: -210px;
  left: 0px;
}

.CrocoJambeGauche {
  width: 100px;
  height: 100px;
  position: relative;
  top: -66px;
  left: -15px;
}

.CrocoBrasGauche {
  width: 100px;
  height: 100px;
  position: relative;
  top: 12px;
  left: 24px;
}

.CrocoJambeDroite {
  width: 100px;
  height: 100px;
  position: relative;
  top: -281px;
  left: 7px;
}

.CrocoBrasDroit {
  width: 100px;
  height: 100px;
  position: relative;
  top: -406px;
  left: -11px;
}

.AnimationCrocoAnime {
  animation: 10000ms;
  animation-fill-mode: forwards;
  animation-name: AnimationCrocoAnime;
}

@keyframes AnimationCrocoAnime {
  100% {
    transform: translateX(2100px);
  }
}
.AnimationCrocoJambeDroite {
  animation: 1500ms infinite;
  transform-origin: 38% 45%;
  animation-name: AnimationCrocoJambeDroite;
}

@keyframes AnimationCrocoJambeDroite {
  0% {
    rotate: 0deg;
    transform: scale(1);
  }
  5% {
    rotate: 130deg;
    transform: scale(0.9);
  }
  50% {
    rotate: 130deg;
    transform: scale(0.9);
  }
  55% {
    rotate: 0deg;
    transform: scale(1);
  }
  100% {
    rotate: 0deg;
    transform: scale(1);
  }
}
.AnimationCrocoJambeGauche {
  animation: 1500ms infinite;
  transform-origin: 66% 40%;
  animation-name: AnimationCrocoJambeGauche;
}

@keyframes AnimationCrocoJambeGauche {
  0% {
    rotate: 0deg;
    transform: scale(1);
  }
  5% {
    rotate: -130deg;
    transform: scale(1);
  }
  50% {
    rotate: -130deg;
    transform: scale(1);
  }
  55% {
    rotate: 0deg;
    transform: scale(1);
  }
  100% {
    rotate: 0deg;
    transform: scale(1);
  }
}
.AnimationCrocoBrasDroit {
  animation: 1500ms infinite;
  transform-origin: 57% 48%;
  animation-name: AnimationCrocoBrasDroit;
}

@keyframes AnimationCrocoBrasDroit {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: -130deg;
  }
  50% {
    rotate: -130deg;
  }
  55% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
.AnimationCrocoBrasGauche {
  animation: 1500ms infinite;
  transform-origin: 35% 48%;
  animation-name: AnimationCrocoBrasGauche;
}

@keyframes AnimationCrocoBrasGauche {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: 130deg;
  }
  50% {
    rotate: 130deg;
  }
  55% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
/* --------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Croco MoonWalk ---------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
.CrocoAnimeMW {
  width: 100px;
  height: 100px;
  position: relative;
  left: 110px;
  top: 11px;
}

.CrocoCorpsMW {
  width: 100px;
  height: 100px;
  position: relative;
  top: -210px;
  left: 0px;
}

.CrocoJambeGaucheMW {
  width: 100px;
  height: 100px;
  position: relative;
  top: -66px;
  left: -15px;
}

.CrocoBrasGaucheMW {
  width: 100px;
  height: 100px;
  position: relative;
  top: 12px;
  left: 24px;
}

.CrocoJambeDroiteMW {
  width: 100px;
  height: 100px;
  position: relative;
  top: -281px;
  left: 7px;
}

.CrocoBrasDroitMW {
  width: 100px;
  height: 100px;
  position: relative;
  top: -406px;
  left: -11px;
}

.AnimationCrocoAnimeMW {
  animation: 10000ms;
  animation-fill-mode: forwards;
  animation-name: AnimationCrocoAnimeMW;
}

@keyframes AnimationCrocoAnimeMW {
  100% {
    transform: translateX(-2100px);
  }
}
.AnimationCrocoJambeDroiteMW {
  animation: 750ms infinite;
  transform-origin: 38% 45%;
  animation-name: AnimationCrocoJambeDroiteMW;
}

@keyframes AnimationCrocoJambeDroiteMW {
  0% {
    rotate: 40deg;
    transform: scale(1);
  }
  5% {
    rotate: 100deg;
    transform: scale(0.9);
  }
  50% {
    rotate: 100deg;
    transform: scale(0.9);
  }
  55% {
    rotate: 40deg;
    transform: scale(1);
  }
  100% {
    rotate: 40deg;
    transform: scale(1);
  }
}
.AnimationCrocoJambeGaucheMW {
  animation: 750ms infinite;
  transform-origin: 66% 40%;
  animation-name: AnimationCrocoJambeGaucheMW;
}

@keyframes AnimationCrocoJambeGaucheMW {
  0% {
    rotate: -30deg;
    transform: scale(1);
  }
  5% {
    rotate: -100deg;
    transform: scale(1);
  }
  50% {
    rotate: -100deg;
    transform: scale(1);
  }
  55% {
    rotate: -30deg;
    transform: scale(1);
  }
  100% {
    rotate: -30deg;
    transform: scale(1);
  }
}
.AnimationCrocoBrasDroitMW {
  animation: 750ms infinite;
  transform-origin: 57% 48%;
  animation-name: AnimationCrocoBrasDroitMW;
}

@keyframes AnimationCrocoBrasDroitMW {
  0% {
    rotate: -30deg;
  }
  5% {
    rotate: -100deg;
  }
  50% {
    rotate: -100deg;
  }
  55% {
    rotate: -30deg;
  }
  100% {
    rotate: -30deg;
  }
}
.AnimationCrocoBrasGaucheMW {
  animation: 750ms infinite;
  transform-origin: 35% 48%;
  animation-name: AnimationCrocoBrasGaucheMW;
}

@keyframes AnimationCrocoBrasGaucheMW {
  0% {
    rotate: 30deg;
  }
  5% {
    rotate: 100deg;
  }
  50% {
    rotate: 100deg;
  }
  55% {
    rotate: 30deg;
  }
  100% {
    rotate: 30deg;
  }
}
/* --------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Blocs généraux ---------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
#encart {
  display: flex;
  margin: auto;
}

#Bloc_Carousel {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 3.125rem 0rem 3.125rem;
}

#Bloc_Carousel_Centre {
  display: flex;
  flex-direction: column;
  padding: 3.125rem 3.125rem 0rem 3.125rem;
}

#Bloc_Quadrille {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 3.125rem 3.125rem 0rem 3.125rem;
}

/* --------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Bloc supérieur 1 = Carrousel -------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
.fournisseur {
  max-width: 28.125rem;
  height: 37.5rem;
  background-color: rgb(243, 243, 243);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 3.125rem 0.625rem 0.625rem 0.625rem;
  border: 0.0625rem rgb(222, 222, 222) solid;
  box-shadow: 0rem 0.9375rem 2.1875rem rgba(50, 50, 50, 0.1019607843), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 0.9375rem;
  transition: transform 0.3s;
  transform: translate3d(0, 0rem, 0);
}

.fournisseur:hover {
  transform: translate3d(0, -0.625rem, 0);
}

.enteteFour {
  width: 28rem;
  height: 9.375rem;
}

.logoFournisseur {
  width: 6.875rem;
  height: 6.875rem;
  position: relative;
  left: 1.875rem;
  top: -5.625rem;
  border: 0.0625rem rgb(222, 222, 222) solid;
  background-color: white;
}

.logoAnnonceur {
  width: 7.5rem;
  height: 7.5rem;
  background-color: white;
  margin-left: 1.25rem;
}

.encartToutesOffres {
  width: 16.25rem;
  height: 7.5rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sousEncartToutesOffres {
  width: 12.5rem;
  height: 2.5rem;
  border: 0.0625rem green solid;
  background-color: rgb(88, 88, 88);
  border: 0.0625rem rgb(88, 88, 88) solid;
  border-radius: 0.125rem;
  text-align: center;
}

.lienToutesOffres {
  display: block;
  width: 12.5rem;
  height: 2.5rem;
  line-height: 2.5rem; /*Pour centrer la ligne au sein du div.*/
  font-size: 0.9375rem;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border: 0.0625rem rgb(88, 88, 88) solid;
  border-radius: 0.125rem;
}

.sousEncartToutesOffres:hover {
  background-color: rgb(63, 63, 63);
  border: 0.0625rem rgb(63, 63, 63) solid;
}

.lienWeb {
  font-weight: bold;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 2.5rem; /*Pour centrer la ligne au sein du div.*/
}

.button3d {
  margin: 0px auto;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.button3d .btn3d {
  cursor: pointer;
  position: relative;
  width: 13.75rem;
  height: 2.5rem;
  perspective: 62.5rem;
}
.button3d .btn3d:hover > .btn__flip {
  transform: rotateX(-90deg);
}
.button3d .btn3d .btn__flip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transform-origin: center bottom 1.25rem;
  transition: transform 200ms cubic-bezier(0.7, 0.01, 0.23, 0.99);
  transform: rotateX(0deg);
}
.button3d .btn3d .btn__flip .btn__flip--off {
  transform: rotateX(0deg) translateZ(1.25rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 131, 6);
}
.button3d .btn3d .btn__flip .btn__flip--on {
  transform: rotateX(90deg) translateZ(1.25rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(139, 195, 74);
}

.corpsFour {
  height: 28.125rem;
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  scrollbar-width: thin;
  margin-top: 30px;
  padding-bottom: 10px;
}

.pubCarrousel {
  height: 8.125rem;
  min-height: 8.125rem;
  width: 23.75rem;
  display: flex;
  background-color: white;
  border: 0.0625rem rgb(222, 222, 222) solid;
  box-shadow: 0 0.9375rem 2.1875rem rgba(50, 50, 50, 0.1019607843), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1019607843);
  margin-top: 0.9375rem;
}

.partieAccroche {
  width: 8.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.partieDescription {
  width: 15.4375rem;
  flex: 1; /*Pour que l'élément du centre prenne toute la place restante*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.partieAccrocheHautCouleur1 {
  width: 5.5rem;
  height: 1.25rem;
  line-height: 1.25rem; /*Pour centrer la ligne au sein du div.*/
  position: relative;
  left: -0.3125rem;
  top: -0.625rem;
  padding-left: 0.625rem;
  border: 0.0625rem rgb(139, 195, 74) solid;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  background-color: rgb(139, 195, 74);
  color: white;
  font-weight: bold;
}

.partieAccrocheHautCouleur2 {
  width: 5.5rem;
  height: 1.25rem;
  line-height: 1.25rem; /*Pour centrer la ligne au sein du div.*/
  position: relative;
  left: -0.3125rem;
  top: -0.625rem;
  padding-left: 0.625rem;
  border: 1px rgb(70, 70, 255) solid;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  background-color: rgb(70, 70, 255);
  color: white;
  font-weight: bold;
}

.partieAccrocheHautCouleur3 {
  width: 5.5rem;
  height: 1.25rem;
  line-height: 1.25rem; /*Pour centrer la ligne au sein du div.*/
  position: relative;
  left: -0.3125rem;
  top: -0.625rem;
  padding-left: 0.625rem;
  border: 0.0625rem rgb(255, 153, 51) solid;
  border-radius: 0.125rem;
  font-size: 0.875rem;
  background-color: rgb(255, 153, 51);
  color: white;
  font-weight: bold;
}

.partieAccrocheBas {
  width: 8rem;
  height: 4.875rem;
  text-align: center;
}

.partieAccrocheBas .Taille1Couleur1 {
  color: rgb(139, 195, 74);
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.125rem;
}

.partieAccrocheBas .Taille2Couleur1 {
  color: rgb(139, 195, 74);
  font-size: 1.125rem;
  font-weight: bold;
}

.partieAccrocheBas .Taille1Couleur2 {
  color: rgb(70, 70, 255);
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.125rem;
}

.partieAccrocheBas .Taille2Couleur2 {
  color: rgb(70, 70, 255);
  font-size: 1.125rem;
  font-weight: bold;
}

.partieAccrocheBas .Taille1Couleur3 {
  color: rgb(255, 153, 51);
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 3.125rem;
}

.partieAccrocheBas .Taille2Couleur3 {
  color: rgb(255, 153, 51);
  font-size: 1.125rem;
  font-weight: bold;
}

.partieDescriptionHaut {
  width: 15.375rem;
  text-align: left;
  margin: 0.3125rem 0rem 0.3125rem 0rem;
}

.partieDescriptionBasCouleur1 {
  width: 9.1875rem;
  height: 2.5rem;
  border: 0.0625rem green solid;
  background-color: rgb(139, 195, 74);
  border: 0.0625rem rgb(139, 195, 74) solid;
  border-radius: 0.125rem;
}

.partieDescriptionBasCouleur1:hover {
  background-color: rgb(115, 168, 55);
  border: 0.0625rem rgb(115, 168, 55) solid;
}

.partieDescriptionBasCouleur2 {
  width: 9.1875rem;
  height: 2.5rem;
  border: 0.0625rem green solid;
  background-color: rgb(70, 70, 255);
  border: 0.0625rem rgb(70, 70, 255) solid;
  border-radius: 0.125rem;
}

.partieDescriptionBasCouleur2:hover {
  background-color: rgb(26, 26, 255);
  border: 0.0625rem rgb(26, 26, 255) solid;
}

.partieDescriptionBasCouleur3 {
  width: 9.1875rem;
  height: 2.5rem;
  border: 0.0625rem green solid;
  background-color: rgb(255, 153, 51);
  border: 0.0625rem rgb(255, 153, 51) solid;
  border-radius: 0.125rem;
}

.partieDescriptionBasCouleur3:hover {
  background-color: rgb(255, 131, 6);
  border: 0.0625rem rgb(255, 131, 6) solid;
}

.partieDescriptionBas {
  display: flex;
}

.copierLien {
  width: 3.125rem;
  height: 2.375rem;
  line-height: 2.5rem;
  background-color: rgb(245, 245, 245);
  border: 0.0625rem rgb(88, 88, 88) solid;
  border-radius: 0.125rem;
  color: rgb(63, 63, 63);
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(116, 116, 116, 0.9);
}

.copierLien:hover {
  background-color: white;
}

.expiration {
  font-size: 0.625rem;
  font-style: italic;
  color: rgb(69, 69, 69);
  margin-top: 3px;
}

.lienPartenaire {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem; /*Pour centrer la ligne au sein du div.*/
  text-align: center;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* --------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------- Fin du Carrousel -------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------*/
#bloc_superieur2 {
  height: 2.5rem;
  display: flex;
}

#contentConteneurOffre {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}

#conteneur_promos_par_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: center;
  transition: transform 0.3s;
}

#blocElementsQuadrillePC {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: center;
}

.elementsQuadrille {
  transition: all 0.5s;
}

.reduce {
  height: 0;
  margin-top: 0;
}

/* propriétés CSS permettant de travailler sur les blocs individuels recevant des pub*/
.Voyages_vacances, .Electronique_telephonie, .Sante_Beaute, .Mode_accessoires, .Maison_Jardin {
  display: block;
  transition: transform 0.3s;
  transform: translate3d(0, -0.0625rem, 0);
}

.Voyages_vacances:hover, .Electronique_telephonie:hover, .Sante_Beaute:hover, .Mode_accessoires:hover, .Maison_Jardin:hover {
  transform: translate3d(0, -0.1875rem, 0);
}

/* --------------------------------------------------------------------------------*/
/* ------------------------------ Carousel ----------------------------------------*/
/* --------------------------------------------------------------------------------*/
.title {
  font-size: 1.5625rem;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 1.5625rem;
}

.item {
  margin: 2.5rem 0.625rem;
  background-color: #fff;
  box-shadow: 0 0.9375rem 2.1875rem rgba(50, 50, 50, 0.1019607843), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1019607843);
  transition: transform 0.3s;
  transform: translate3d(0, -0.0625rem, 0);
}

.item:hover {
  transform: translate3d(0, -0.625rem, 0);
}

.item img {
  display: block;
  width: 100%;
}

.item__body {
  padding: 1.5625rem;
}

.item__title {
  font-size: 1.5rem;
  margin-bottom: 0.3125rem;
  font-weight: bold;
  color: #232323;
}

.item__description {
  color: #585858;
}

.items {
  position: relative;
}

/**
CAROUSEL
 */
.carousel {
  position: relative;
}

.carousel__container {
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0);
}

.carousel__container::after {
  content: "";
  clear: both;
  display: table;
}

.carousel__item {
  float: left;
}

.carousel__next, .carousel__prev {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: #FFF url(right.svg) center center no-repeat;
  background-size: 1.875rem 1.875rem;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.25rem;
  right: -1.25rem;
  box-shadow: 0 0.9375rem 2.1875rem rgba(50, 50, 50, 0.1019607843), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1019607843);
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
}

.carousel__next:hover, .carousel__prev:hover {
  transform: scale(1.2);
}

.carousel__prev {
  background-image: url(left.svg);
  right: auto;
  left: -1.25rem;
}

.carousel__next--hidden, .carousel__prev--hidden {
  opacity: 0;
}

.carousel__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}

.carousel__pagination__button {
  background-color: rgb(88, 88, 88);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.1875rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(50, 50, 50, 0.1019607843);
  transition: transform 0.3s;
  cursor: pointer;
}

.carousel__pagination__button--active, .carousel__pagination__button:hover {
  transform: scale(1.4);
}

.espaceIntermediaireHaut {
  line-height: 1.5625rem;
  margin: 10px;
}

.espaceIntermediaireBas {
  display: flex;
  flex: 1;
}

/* --------------------------------------------------------------------------------*/
/* ------------------------------ Quadrille ---------------------------------------*/
/* --------------------------------------------------------------------------------*/
.recherche {
  display: flex;
  width: 34.375rem;
  background-color: rgb(88, 88, 88);
  border: 1px rgb(88, 88, 88) solid;
  box-shadow: 0 0.9375rem 2.1875rem rgba(50, 50, 50, 0.1019607843), 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1019607843);
}

.labelRecherche {
  margin: 0.625rem;
  color: white;
  font-weight: bold;
  line-height: 1.5625rem;
}

#zoneRecherche {
  margin: 0.625rem;
}

.conteneurOffre {
  display: flex;
  margin: auto;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}

.pubMargin {
  margin: 1.25rem;
  transition: transform 0.3s;
  transform: translate3d(0, -0.0625rem, 0);
}

.pubMargin:hover {
  transform: translate3d(0, -0.3125rem, 0);
}

.ombre {
  box-shadow: 0 0.9375rem 2.1875rem rgb(88, 88, 88), 0 0.3125rem 0.9375rem rgb(88, 88, 88);
}

.QuadrilleDisparition {
  animation: 400ms forwards cubic-bezier(0.55, 0.55, 0.55, 0.55);
  animation-name: disparitionQuadrille;
}

@keyframes disparitionQuadrille {
  0% {
    transform: scale(1);
    width: 23.75rem;
    height: 7.5rem;
  }
  100% {
    transform: scale(0);
    width: 0rem;
    height: 0rem;
  }
}
.boutonSelectionMobile {
  display: none;
}

.boutonSelectionPC {
  display: flex;
}

/* --------------------------------------------------------------------------------*/
/* ------------------------------ offresAnnonceur ---------------------------------*/
/* --------------------------------------------------------------------------------*/
#navigateur_promos_par_type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgb(88, 88, 88);
  margin-top: 4px;
  margin-bottom: 20px;
  width: 100%;
}

.degradeGaucheOffres {
  flex: 1;
  background: linear-gradient(to right, rgb(239, 239, 239), 20%, rgb(88, 88, 88));
  border-top: 0.0625rem rgb(239, 239, 239) solid;
  border-bottom: 0.0625rem rgb(239, 239, 239) solid;
  height: 5rem;
}

.degradeDroiteOffres {
  flex: 1;
  background: linear-gradient(to left, rgb(239, 239, 239), 20%, rgb(88, 88, 88));
  border-top: 0.0625rem rgb(239, 239, 239) solid;
  border-bottom: 0.0625rem rgb(239, 239, 239) solid;
  height: 5rem;
}

.progress {
  height: 5rem;
  justify-content: center;
  border: 0.0625rem rgb(239, 239, 239) solid;
}

.lienWebOffresAnnonceur1ligne {
  display: block;
  background-color: rgb(88, 88, 88);
  font-weight: bold;
  text-decoration: none;
  color: rgb(239, 239, 239);
  width: 8.75rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem; /*Pour centrer la ligne au sein du div.*/
}

.lienWebOffresAnnonceur1ligneSelect {
  display: block;
  background-color: rgb(88, 88, 88);
  font-weight: bold;
  text-decoration: none;
  color: rgb(239, 239, 239);
  width: 8.75rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem; /*Pour centrer la ligne au sein du div.*/
}

.lienWebOffresAnnonceur2lignes {
  display: block;
  background-color: rgb(88, 88, 88);
  font-weight: bold;
  text-decoration: none;
  color: rgb(239, 239, 239);
  width: 8.75rem;
  height: 5rem;
  text-align: center;
  line-height: 2.5rem; /*Pour centrer la ligne au sein du div.*/
}

.progress__bar {
  width: 8.75rem;
  height: 5rem;
  background-color: rgb(239, 239, 239);
  position: relative;
  left: 0rem;
  top: -5rem;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  pointer-events: none; /* Pour que les clics atteignent le lien <a> et ne buttent pas sur la barre de progression */
}

.progress:hover > .lienWebOffresAnnonceur1ligne {
  animation: progress 400ms;
  animation-fill-mode: forwards;
}
.progress:hover > .progress__bar {
  animation: progress-bar 400ms;
  animation-fill-mode: forwards;
}
.progress:hover > .lienWebOffresAnnonceur2lignes {
  animation: progress 400ms;
  animation-fill-mode: forwards;
}

@keyframes progress {
  0%, 29% {
    background-color: rgb(88, 88, 88);
    color: rgb(239, 239, 239);
  }
  30%, 100% {
    background-color: rgb(239, 239, 239);
    color: rgb(88, 88, 88);
  }
}
@keyframes progress-bar {
  0% {
    transform: scaleX(0);
  }
  19% {
    transform-origin: 0% 50%;
  }
  20%, 40% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}
/* --------------------------------------------------------------------------------*/
/* ------------------------------ séparateur bullet -------------------------------*/
/* --------------------------------------------------------------------------------*/
.separateurContener {
  background: linear-gradient(to right, rgb(239, 239, 239), 40%, rgb(142, 199, 9));
  width: 100%;
}

.separateur {
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 2.5rem;
  text-align: center;
  margin: 2.4rem auto;
}

hr {
  border: 0;
  clear: both;
  display: block;
  margin: 0rem auto;
  text-align: center;
  width: 100%;
}

.bullet {
  background: rgba(1, 15, 30, 0.1);
  height: 0.125rem;
  overflow: hidden;
  position: relative;
}

.bullet::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: bullet;
  background: #111;
  content: "";
  display: block;
  height: 0.625rem;
  position: absolute;
  width: 5rem;
}

@keyframes bullet {
  0%, 100% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(156.25rem);
  }
}
/* --------------------------------------------------------------------------------*/
/* ------------------------------ Cookies -----------------------------------------*/
/* --------------------------------------------------------------------------------*/
#encartCookies {
  width: 100%;
  min-height: 9.375rem;
  background-color: white;
  text-align: center;
  line-height: 2.5rem;
  color: white;
  font-weight: bold;
  border: 0.0625rem rgb(88, 88, 88) solid;
  border-radius: 0.3125rem;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: -31.25rem;
}

.encartCookiesClassApparition {
  animation: 1300ms forwards cubic-bezier(1, 0, 1, 0);
  animation-name: apparitionCookie;
}

.encartCookiesClassDisparition {
  animation: 500ms forwards cubic-bezier(1, 0, 1, 0);
  animation-name: disparitionCookie;
}

@keyframes apparitionCookie {
  0% {
    transform: translateY(0rem);
  }
  90% {
    transform: translateY(-31.5625rem);
  }
  95% {
    transform: translateY(-30.9375rem);
  }
  100% {
    transform: translateY(-31.25rem);
  }
}
@keyframes disparitionCookie {
  0% {
    transform: translateY(0rem);
  }
  40%, 90% {
    transform: translateY(-0.9375rem);
  }
  100% {
    transform: translateY(31.25rem);
  }
}
.imageCookie {
  height: 7.5rem;
  width: 7.5rem;
  margin: 0rem 1.25rem;
}

.texteCookie {
  color: grey;
  flex: 1; /*Pour que l'élément du centre prenne toute la place restante*/
}

.conteneurBoutonsCookies {
  display: flex;
}

#Bouton1Cookie {
  height: 2.5rem;
  width: 11.25rem;
  background-color: rgb(70, 70, 255);
  color: white;
  text-decoration: none;
  margin: 1.25rem;
  line-height: 2.5rem; /*Pour centrer la ligne au sein du div.*/
  border-radius: 1.25rem;
}
#Bouton1Cookie:hover {
  background-color: rgb(26, 26, 255);
}

#Bouton2Cookie {
  height: 2.5rem;
  width: 11.25rem;
  background-color: rgb(200, 200, 200);
  color: white;
  text-decoration: none;
  margin: 1.25rem;
  line-height: 2.5rem; /*Pour centrer la ligne au sein du div.*/
  border-radius: 1.25rem;
}

.titreCookie {
  line-height: 1.125rem;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
  padding: 0rem 1.25rem;
}

.descriptifCookie {
  line-height: 0.875rem;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: left;
  padding: 0rem 1.25rem;
}

/* --------------------------------------------------------------------------------*/
/* ------------------------------ Pied de page ------------------------------------*/
/* --------------------------------------------------------------------------------*/
footer {
  display: flex;
  justify-content: center;
  background-color: rgb(239, 239, 239);
  width: 100%;
  z-index: 20;
}

.encartPiedPage {
  width: 100%;
  height: 6.25rem;
  background-color: rgb(35, 38, 41);
  text-align: center;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.ConteneurCrocoEtPiedPageMobile {
  display: none;
}

.piedPage {
  display: block;
  width: 13.75rem;
  color: rgb(239, 239, 239);
}

/* --------------------------------------------------------------------------------*/
/* ------------------------------ Pied de page ------------------------------------*/
/* --------------------------------------------------------------------------------*/
#bloc_mentions {
  width: 100%;
}

/* --------------------------------------------------------------------------------*/
/* ---------------------- Barre de navigation pour mobile -------------------------*/
/* --------------------------------------------------------------------------------*/
.navConteneur {
  display: flex;
  justify-content: center;
  background: linear-gradient(rgb(239, 239, 239), 40%, rgb(88, 88, 88));
  width: 100%;
}

.navVide {
  border-bottom: 0.125rem rgb(88, 88, 88) solid;
  flex: 1; /*Pour que l'élément du centre prenne toute la place restante*/
}

.navBoutonClic {
  font-size: 1.25rem;
  font-family: "Roboto";
  text-decoration: none;
  color: black;
  font-weight: bold;
  background-color: rgb(239, 239, 239);
  border-left: 0.125rem rgb(88, 88, 88) solid;
  border-top: 0.125rem rgb(88, 88, 88) solid;
  border-right: 0.125rem rgb(88, 88, 88) solid;
  border-bottom: none;
  padding: 0.3125rem 0.625rem;
}

.navBoutonPasClic {
  font-size: 1.25rem;
  font-family: "Roboto";
  text-decoration: none;
  color: black;
  font-weight: bold;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 0.125rem rgb(88, 88, 88) solid;
  padding: 0.3125rem 0.625rem;
}

/* --------------------------------------------------------------------------------*/
/* ---------------------- Ajustements pour mobile ---------------------------------*/
/* --------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
  body {
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    align-items: stretch;
  }
  html {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #Bloc_Quadrille {
    display: none;
    padding: 0px;
    flex-direction: column;
    align-items: stretch;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 156px;
    margin-bottom: 51px;
  }
  #recherche {
    display: none;
  }
  #Bloc_Carousel {
    padding: 0px;
    flex: 1;
    flex-direction: column;
    align-items: stretch;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 50px;
  }
  #Bloc_Mentions {
    display: none;
    margin-top: 105px;
    margin-bottom: 51px;
    overflow: auto;
  }
  /*----------------------- Entête ------------------------------------------------*/
  .ImageEntete {
    display: none;
  }
  .ImageEnteteMobile {
    display: flex;
    height: 100px;
  }
  .FondImageEntete {
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
  }
  .CoucheSupEntete {
    display: none;
  }
  #BoutonCrocoAnime, #BoutonCrocoAnimeMW {
    display: none;
  }
  .AccrocheEntetePartieBasseMobile {
    display: block;
  }
  /*----------------------- Pied de page ------------------------------------------------*/
  .encartPiedPage {
    display: none;
  }
  .ConteneurCrocoEtPiedPageMobile {
    display: flex;
  }
  .encartPiedPageMobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: rgb(100, 98, 99);
    position: fixed;
    bottom: 0px;
    left: 0px;
  }
  .boutonPiedPageMobile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }
  .ImageBoutonPiedPageMobile {
    height: 18px;
  }
  .CrocoAnimeMobile {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    left: -600px;
    top: -100px;
    z-index: 10;
  }
  .CrocoCorps {
    width: 100px;
    height: 100px;
    position: relative;
    top: -210px;
    left: 0px;
  }
  .CrocoJambeGaucheMobile {
    width: 100px;
    height: 100px;
    position: relative;
    top: -66px;
    left: -15px;
  }
  .CrocoBrasGaucheMobile {
    width: 100px;
    height: 100px;
    position: relative;
    top: 12px;
    left: 24px;
  }
  .CrocoJambeDroiteMobile {
    width: 100px;
    height: 100px;
    position: relative;
    top: -281px;
    left: 7px;
  }
  .CrocoBrasDroitMobile {
    width: 100px;
    height: 100px;
    position: relative;
    top: -406px;
    left: -11px;
  }
  .AnimationCrocoAnimeMobile {
    animation: 5000ms;
    animation-fill-mode: forwards;
    animation-name: AnimationCrocoAnimeMobile;
  }
  @keyframes AnimationCrocoAnimeMobile {
    45% {
      transform: translateX(600px);
    }
    55% {
      transform: translateX(600px);
    }
    100% {
      transform: translateX(0px);
    }
  }
  .AnimationCrocoJambeDroiteMobile {
    animation: 1500ms infinite;
    transform-origin: 38% 45%;
    animation-name: AnimationCrocoJambeDroiteMobile;
  }
  @keyframes AnimationCrocoJambeDroiteMobile {
    0% {
      rotate: 0deg;
      transform: scale(1);
    }
    5% {
      rotate: 130deg;
      transform: scale(0.9);
    }
    50% {
      rotate: 130deg;
      transform: scale(0.9);
    }
    55% {
      rotate: 0deg;
      transform: scale(1);
    }
    100% {
      rotate: 0deg;
      transform: scale(1);
    }
  }
  .AnimationCrocoJambeGaucheMobile {
    animation: 1500ms infinite;
    transform-origin: 66% 40%;
    animation-name: AnimationCrocoJambeGaucheMobile;
  }
  @keyframes AnimationCrocoJambeGaucheMobile {
    0% {
      rotate: 0deg;
      transform: scale(1);
    }
    5% {
      rotate: -130deg;
      transform: scale(1);
    }
    50% {
      rotate: -130deg;
      transform: scale(1);
    }
    55% {
      rotate: 0deg;
      transform: scale(1);
    }
    100% {
      rotate: 0deg;
      transform: scale(1);
    }
  }
  .AnimationCrocoBrasDroitMobile {
    animation: 1500ms infinite;
    transform-origin: 57% 48%;
    animation-name: AnimationCrocoBrasDroitMobile;
  }
  @keyframes AnimationCrocoBrasDroitMobile {
    0% {
      rotate: 0deg;
    }
    5% {
      rotate: -130deg;
    }
    50% {
      rotate: -130deg;
    }
    55% {
      rotate: 0deg;
    }
    100% {
      rotate: 0deg;
    }
  }
  .AnimationCrocoBrasGaucheMobile {
    animation: 1500ms infinite;
    transform-origin: 35% 48%;
    animation-name: AnimationCrocoBrasGaucheMobile;
  }
  @keyframes AnimationCrocoBrasGaucheMobile {
    0% {
      rotate: 0deg;
    }
    5% {
      rotate: 130deg;
    }
    50% {
      rotate: 130deg;
    }
    55% {
      rotate: 0deg;
    }
    100% {
      rotate: 0deg;
    }
  }
  .BoutonCrocoAnimePasBloqueMobile {
    background: none;
  }
  .BoutonCrocoAnimeBloqueMobile {
    background-color: red;
  }
  #MachoiresMobile {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
  }
  #MachoireBasseMobile {
    position: fixed;
    right: 100vw;
  }
  #MachoireHauteMobile {
    position: fixed;
    left: 100vw;
  }
  .AnimationMachoireBasseMobile {
    animation: 1800ms;
    animation-name: AnimationMachoireBasseMobile;
  }
  @keyframes AnimationMachoireBasseMobile {
    0% {
      transform: translateX(0);
    }
    5% {
      transform: translateX(calc(60px + 50vw)) rotate(1deg);
    }
    40% {
      transform: translateX(calc(60px + 50vw)) rotate(1deg);
    }
    100% {
      transform: translateX(0) rotate(0deg);
    }
  }
  .AnimationMachoireHauteMobile {
    animation: 1800ms;
    animation-name: AnimationMachoireHauteMobile;
  }
  @keyframes AnimationMachoireHauteMobile {
    0% {
      transform: translateX(0);
    }
    5% {
      transform: translateX(calc(-60px - 50vw)) rotate(-5deg);
    }
    40% {
      transform: translateX(calc(-60px - 50vw)) rotate(-5deg);
    }
    100% {
      transform: translateX(0) rotate(0deg);
    }
  }
  /* ---------------------- Partie Carousel ---------------------------------------*/
  #conteneurCarrousel {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .carousel {
    overflow: hidden;
  }
  .separateurContener {
    display: none;
  }
  .carousel__item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .fournisseur {
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 0px;
    justify-content: flex-start;
    height: auto;
    display: flex;
    overflow: hidden;
  }
  .fournisseur:hover {
    transform: translate3d(0, 0, 0);
  }
  .enteteFour {
    width: 100%;
    height: 120px;
  }
  .logoFournisseur {
    top: -110px;
  }
  .corpsFour {
    width: 100%;
    margin-top: 10px;
    height: auto;
    overflow: auto;
  }
  .pubCarrousel {
    max-width: 330px;
  }
  .partieDescriptionHaut {
    font-size: 0.8rem;
    width: 100%;
    padding-right: 2px;
  }
  .piedPage {
    width: 25%;
    font-size: 0.6rem;
  }
  .carousel__pagination {
    display: none;
  }
  #typePromoMobile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    width: 95%;
    background-color: rgb(100, 98, 99);
    margin-top: 6px;
    border-radius: 20px;
  }
  /* -------------- Nouveau Carousel pour la partie mobile uniquement --------------------*/
  #conteneurCarrousel {
    display: none;
  }
  #Bloc_Carousel_Centre {
    padding: 0;
  }
  #contenerurCarrouselMobile {
    margin-top: 50px;
  }
  #rooms {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .room {
    scroll-snap-align: center;
    min-width: 340px;
    height: calc(100vh - 158px);
    overflow-y: auto;
  }
  /* ---------------------- Partie Quadrille --------------------------------------*/
  .boutonSelectionMobile {
    display: block;
  }
  #listeComplete {
    font-size: 1rem;
  }
  .boutonSelectionPC {
    display: none;
  }
  .recherche {
    position: fixed;
    top: 102px;
    left: 0px;
  }
  .labelRecherche {
    display: none;
  }
  #zoneRecherche {
    width: 7.5rem;
    font-size: 1rem;
  }
  #navigateur_promos_par_type {
    align-items: center;
    display: flex;
    margin-bottom: 0px;
    margin-top: 100px;
  }
  .progress {
    height: 2.8125rem;
    font-size: 0.6875rem;
  }
  .lienWebOffresAnnonceur1ligne {
    width: 3.4375rem;
    height: 2.8125rem;
    line-height: normal; /*Pour centrer la ligne au sein du div.*/
    font-weight: normal;
  }
  .lienWebOffresAnnonceur1ligneSelect {
    width: 9.375rem;
    height: 2.8125rem;
    line-height: normal; /*Pour centrer la ligne au sein du div.*/
    font-weight: normal;
  }
  .lienWebOffresAnnonceur2lignes {
    width: 3.4375rem;
    height: 2.8125rem;
    line-height: 1.125rem; /*Pour centrer la ligne au sein du div.*/
  }
  .progress__bar {
    width: 3.4375rem;
    height: 2.8125rem;
    top: -2.8125rem;
  }
  .degradeDroiteOffres {
    height: 2.8125rem;
  }
  .degradeGaucheOffres {
    height: 2.8125rem;
  }
  .logoAnnonceur {
    margin-left: 0px;
  }
  .elementsQuadrille {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .encartToutesOffres {
    width: 200px;
    padding-right: 0px;
  }
  .button3d {
    margin: 0px auto;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .button3d .btn3d {
    cursor: pointer;
    position: relative;
    width: 175px;
    height: 2.5rem;
    perspective: 62.5rem;
  }
  .button3d .btn3d:hover > .btn__flip {
    transform: rotateX(-90deg);
  }
  .button3d .btn3d .btn__flip {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform-origin: center bottom 1.25rem;
    transition: transform 200ms cubic-bezier(0.7, 0.01, 0.23, 0.99);
    transform: rotateX(0deg);
  }
  .button3d .btn3d .btn__flip .btn__flip--off {
    transform: rotateX(0deg) translateZ(1.25rem);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 131, 6);
  }
  .button3d .btn3d .btn__flip .btn__flip--on {
    transform: rotateX(90deg) translateZ(1.25rem);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(139, 195, 74);
  }
  #blocElementsQuadrilleMobile {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .elementsQuadrilleMobile {
    width: 150px;
    height: 150px;
    margin: 7px;
    padding: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    border: 1px rgb(116, 116, 116) solid;
    box-shadow: 2px 2px 2px rgb(116, 116, 116);
    font-family: "Roboto";
    color: black;
    text-decoration: none;
    font-size: 14px;
  }
  .explosion {
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, opacity 0.3s ease;
  }
  .explosion.disabled {
    pointer-events: none;
    opacity: 0.3;
  }
  .pixel {
    position: absolute;
    width: 6px;
    height: 6px;
    background: green;
    animation: scatter 0.8s ease-out forwards;
  }
  @keyframes scatter {
    to {
      transform: translate(var(--x), var(--y)) scale(0.5) rotate(180deg);
      opacity: 0;
    }
  }
  @keyframes reappear {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  .pulse-button {
    position: relative;
  }
  .pulse-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background-color: rgb(97, 189, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.6;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.8);
      opacity: 0;
    }
  }
  #encartCookies {
    flex-direction: column;
    z-index: 30;
  }
  #Bouton1Cookie {
    height: 2.5rem;
    width: 8.75rem;
  }
  #Bouton2Cookie {
    height: 2.5rem;
    width: 8.75rem;
  }
  /* ---------------------- Vue annonceur --------------------------------------*/
  #contentConteneurOffre {
    margin-top: 0rem;
  }
  .pubMargin {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .espaceIntermediaireMobile {
    display: block;
    width: 100%;
    Height: 0px;
    margin-top: 100px;
  }
  #navigateur_promos_par_type {
    display: none;
  }
  .espaceIntermediaireHaut {
    display: none;
  }
  .categorieTous {
    background-color: transparent;
  }
  .categorieCodes {
    background-color: rgb(97, 189, 1);
    box-shadow: 0 0 15px rgb(97, 189, 1);
  }
  .categoriePromos {
    background-color: rgb(40, 40, 255);
    box-shadow: 0 0 10px rgb(40, 40, 255);
  }
  .categorieTransport {
    background-color: rgb(255, 131, 6);
    box-shadow: 0 0 10px rgb(255, 131, 6);
  }
  .categorieElectric {
    background-color: transparent;
    box-shadow: 0 0 15px #00ffe0;
    animation: pulse-glow-electric 2s infinite;
  }
  @keyframes pulse-glow-electric {
    0% {
      box-shadow: 0 0 10px #00ffe0;
    }
    50% {
      box-shadow: 0 0 15px #00ffe0;
    }
    100% {
      box-shadow: 0 0 10px #00ffe0;
    }
  }
  .categorieNb {
    color: white;
    margin-left: 5px;
  }
  .categorieConteneur {
    display: flex;
    align-items: center;
    width: 75px;
  }
  .zoneVidebasMobile {
    display: block;
    height: 250px;
    min-height: 250px;
    width: 100%;
  }
} /*fin du mediascreen*/
/* ---------------------- Grands écrans --------------------------------------*/
@media screen and (min-width: 1000px) {
  .navConteneur {
    display: none;
  }
  #Bloc_Quadrille {
    min-height: 1000px;
  }
  #Bloc_Mentions {
    display: none;
  }
  .encartPiedPageMobile {
    display: none;
  }
  .MachoiresMobile {
    display: none;
  }
  #blocElementsQuadrilleMobile {
    display: none;
  }
  .espaceIntermediaireMobile {
    display: none;
  }
  .zoneVidebasMobile {
    display: none;
  }
  #contenerurCarrouselMobile {
    display: none;
  }
}
/* ---------------------- Créer un bouton vers Admin pour site de sauvegarde --------------------------------------*/
.lien {
  border: 1px rgb(116, 116, 116) solid;
  box-shadow: 2px 2px 2px rgb(116, 116, 116);
  padding: 3px;
  width: 130px;
  background-color: rgb(243, 243, 243);
  color: black;
  text-decoration: none;
  text-align: center;
  position: absolute;
  right: 90px;
}

/*# sourceMappingURL=client.css.map */
